Fix r99654 change -- rename :on/off-image widget props to :on/off-glyph.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 9 Jan 2011 21:05:53 +0000 (16:05 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 9 Jan 2011 21:05:53 +0000 (16:05 -0500)
commitda5762de3a7f04a3546c0eb9cd8059d376e98ae3
treee3494b9f9ae7d1c41baef12400dff30fab339ea6
parent47cf57d2293c23b3655d01dba3b90612b0375dcd
Fix r99654 change -- rename :on/off-image widget props to :on/off-glyph.

* wid-edit.el (visibility): Replace :on-image and :off-image
widget properties with :on-glyph and :off-glyph, for consistency
with the `visibility' widget.
(widget-toggle-value-create, widget-visibility-value-create):
Merge into a single function `widget-toggle-value-create'.

* cus-edit.el (custom-variable-value-create, custom-visibility)
(custom-face-edit-value-create, custom-face-value-create): Replace
:on-image and :off-image widget properties with :on-glyph and
:off-glyph, for consistency with the `visibility' widget.
lisp/ChangeLog
lisp/cus-edit.el
lisp/wid-edit.el